@media(min-width:1430px) {
    .container {
        width: 1430px;
    }
}


i,
em {
    font-style: normal
}

.disN {
    display: none;
}

.disB {
    display: block;
}

a {
    transition: all 0.2s linear 0s;
}

img {
    vertical-align: bottom;
}

input[type=text],
textarea {
    font-family       : "微软雅黑", Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #0062c4;
    border-color    : #0062c4;
}

@font-face {
    font-family: 'iconfont';
    src        : url('../fonts/iconfont.woff2?t=1628666875768') format('woff2'),
        url('../fonts/iconfont.woff?t=1628666875768') format('woff'),
        url('../fonts/iconfont.ttf?t=1628666875768') format('truetype');
}

.iconfont {
    font-family            : "iconfont" !important;
    font-size              : 16px;
    font-style             : normal;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.noPro {
    text-align: center;
    width     : 100%;
}

.noPro img {
    height       : 150px;
    margin-bottom: 30px;
}

.noPro span {
    display  : block;
    font-size: 14px;
    color    : #999;
}

/*手机浮动*/
.phone_footer_nav {
    position  : fixed;
    bottom    : 0;
    left      : 0;
    width     : 100%;
    z-index   : 100;
    background: #fff;
    height    : 50px;
    display   : none;
}

.phone_footer_nav:before {
    position                : absolute;
    left                    : 0;
    top                     : 0;
    width                   : 100%;
    height                  : 1px;
    background              : #d2d2d2;
    content                 : "";
    -webkit-transform       : scale(1, 0.5);
    transform               : scale(1, 0.5);
    -webkit-transform-origin: center top;
    transform-origin        : center top;
}

.phone_footer_nav a {
    float      : left;
    display    : inline-block;
    width      : 33.33333%;
    text-align : center;
    color      : #000;
    font-size  : 12px;
    transform  : scale(0.9);
    padding-top: 7px;
}

.phone_footer_nav a i {
    width  : 20px;
    height : 20px;
    display: block;
    margin : 0 auto 3px auto;
}

.phone_footer_nav a:nth-child(1) i {
    background     : url("../images/phone_menu.png") no-repeat 0 0;
    background-size: 40px auto;
}

.phone_footer_nav a:nth-child(2) i {
    background     : url("../images/phone_menu.png") no-repeat 0 -40px;
    background-size: 40px auto;
}

.phone_footer_nav a:nth-child(3) i {
    background     : url("../images/phone_menu.png") no-repeat 0 -60px;
    background-size: 40px auto;
}

.phone_footer_nav a:nth-child(4) i {
    background     : url("../images/phone_menu.png") no-repeat 0 -60px;
    background-size: 40px auto;
}

.phone_footer_nav a.active {
    color: #36a858;
}

.phone_footer_nav a.active:nth-child(1) i {
    background     : url("../images/phone_menu.png") no-repeat -20px 0;
    background-size: 40px auto;
}

.phone_footer_nav a.active:nth-child(2) i {
    background     : url("../images/phone_menu.png") no-repeat -20px -40px;
    background-size: 40px auto;
}

.phone_footer_nav a.active:nth-child(3) i {
    background     : url("../images/phone_menu.png") no-repeat -20px -60px;
    background-size: 40px auto;
}

.phone_footer_nav a.active:nth-child(4) i {
    background     : url("../images/phone_menu.png") no-repeat -20px -60px;
    background-size: 40px auto;
}

/*大包装询价*/
#blukquote_dialog .formcolumn-item {
    display      : flex;
    align-items  : center;
    margin-bottom: 12px;
}

#blukquote_dialog .formcolumn-item dt {
    font-size   : 14px;
    color       : #555;
    margin-right: 10px;
    width       : 80px;
}

#blukquote_dialog .formcolumn-item dd {
    width   : calc(100% - 100px);
    position: relative
}

#blukquote_dialog .formcolumn-item dd input {
    width        : 90%;
    height       : 38px;
    line-height  : 38px;
    padding      : 0 10px;
    border       : 1px solid #dedede;
    border-radius: 3px;
    box-shadow   : none;
    transition   : border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#blukquote_dialog .formcolumn-item dd input:focus {
    border    : 1px solid #66afe9;
    outline   : 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)
}

#blukquote_dialog .formcolumn-item dd textarea {
    width        : 90%;
    height       : 150px;
    padding      : 5px 10px;
    border       : 1px solid #dedede;
    border-radius: 3px;
    box-shadow   : none;
    transition   : border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize       : none;
}

#blukquote_dialog .formcolumn-item dd textarea:focus {
    border    : 1px solid #66afe9;
    outline   : 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)
}

#blukquote_dialog .formcolumn-item dd .form-vcodebox img {
    height: 38px;
}

#blukquote_dialog .formcolumn-item-ct {
    display    : flex;
    line-height: 38px;
}

#blukquote_dialog .formcolumn-item dd .form-vcodebox {
    width      : 110px;
    order      : 1;
    height     : 38px;
    margin-left: 10px;
}

#blukquote_dialog .formcolumn-item dd .formcom-vcode {
    width: 20%;
}

#blukquote_dialog .formcolumn-item dd .required {
    order      : 3;
    margin-left: 10px;
    font-weight: bold;
}

#blukquote_dialog .formcolumn-item.formcolumn-item-tips {
    margin-bottom: 0;
}

#blukquote_dialog .formcolumn-item.formcolumn-item-tips .text {
    font-size: 12px;
    color    : #FF0D0D;
}

#blukquote_dialog .formcolumn-item dd .formcolumn-item-tips {
    order: 4;
}

#blukquote_dialog .modal-footer {
    border-top: 0;
    padding   : 0 0 50px 0;
}

#blukquote_dialog .modal-footer input {
    background: #0062c4;
    color     : #fff;
    width     : 40%;
    padding   : 0;
    font-size : 16px;
    height    : 40px;
    transition: all 0.2s linear 0s;
}

#blukquote_dialog .modal-footer input:hover {
    background: #f62f3a;
}

#blukquote_dialog .modal-footer input:hover {
    color: #fff;
}

/*index header*/
/*header*/
.header_nav_fixed {
    position       : fixed;
    top            : 0;
    left           : 0;
    width          : 100%;
    padding        : 15px 66px;
    z-index        : 1000;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    background     : rgba(255, 255, 255, 0.5);
}

.header_nav_fixed_scroll {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.header_nav_fixed .logo_btn {
    width : 250px;
    height: 50px;
}

.header_nav_fixed .logo_btn img {
    max-width : 100%;
    max-height: 100%;
}

.header_nav_fixed .right_box {
    text-align : center;
    display    : flex;
    flex       : 1;
    align-items: center;
    margin-left: 100px;
}


.header_nav_fixed .user_btn {
    display     : inline-block;
    margin-right: 30px;
}

.header_nav_fixed .user_btn a:first-child::after {
    content       : '';
    display       : inline-block;
    width         : 1px;
    height        : 14px;
    background    : #fff;
    margin        : 0 8px;
    vertical-align: middle;
}

.header_nav_fixed .user_btn a.simple_btn {
    display  : inline-block;
    font-size: 14px;
    color    : #fff;
}

.header_nav_fixed .user_btn a.simple_btn i {
    margin-right: 8px;
}

.header_nav_fixed .user_btn a.simple_btn:hover {
    text-decoration: underline;
}

.header_nav_fixed .search_form {
    width  : 330px;
    height : 40px;
    display: flex;
}

.header_nav_fixed .search_form input {
    flex         : 1;
    background   : #fff;
    border-radius: 3px 0 0 3px;
    height       : 40px;
    padding      : 0 10px;
    margin       : 0;
    font-size    : 13px;
    color        : #333;
    border       : 0;
}

.header_nav_fixed .search_form input::-webkit-input-placeholder {
    color: #999999;
}

/* WebKit browsers */
.header_nav_fixed .search_form input::-moz-placeholder {
    color: #999999;
}

/* Mozilla Firefox 4 to 18 */
.header_nav_fixed .search_form input:-moz-placeholder {
    color: #999999;
}

/* Mozilla Firefox 19+ */
.header_nav_fixed .search_form input:-ms-input-placeholder {
    color: #999999;
}

/* Internet Explorer 10+ */
.header_nav_fixed .search_form button {
    border-radius: 0 3px 3px 0;
    font-size    : 21px;
    padding      : 0;
    border       : 0;
    height       : 40px;
    width        : 60px;
    text-align   : center;
    line-height  : 40px;
    background   : #ff9600;
    color        : #fff;
}

/*手机端搜索*/
.phone_search_box {
    margin-top: 10px;
    display   : none;
}

.phone_search_box #mobilesearchbox {
    height: 38px;
    width : 100%;
}

.phone_search_box #mobilesearchbox input {
    display      : inline-block;
    width        : calc(100% - 50px);
    height       : 38px;
    line-height  : 38px;
    border       : 2px solid #ff9600;
    padding      : 0 10px;
    margin       : 0;
    border-radius: 30px 0 0 30px;
    font-size    : 13px;
    color        : #333;
    float        : left;
}

.phone_search_box #mobilesearchbox button {
    padding      : 0;
    border       : 0;
    display      : inline-block;
    height       : 38px;
    width        : 50px;
    text-align   : center;
    line-height  : 38px;
    background   : #ff9600;
    border-radius: 0 30px 30px 0;
    font-size    : 16px;
    color        : #fff;
    float        : left;
}

/*导航栏*/
.kj-navbar {
    margin-bottom: 0;
    border       : 0;
    border-radius: 0;
    z-index      : 10;
    flex         : 1;
    min-height   : 40px;
}

.kj-navbar .navbar-header {
    display: none;
}

.kj-navbar .navbar-collapse {
    padding: 0;
}

.kj-navbar .navbar-nav li a {
    font-size   : 16px;
    color       : #36a858;
    padding     : 0;
    height      : 40px;
    line-height : 40px;
    font-weight : bold;
    margin-right: 40px;
    position    : relative;
}

.kj-navbar .navbar-nav li a:after {
    content    : "";
    width      : 0;
    height     : 4px;
    background : #36a858;
    position   : absolute;
    bottom     : -20px;
    left       : 50%;
    margin-left: -15px;
    transition : all 0.2s linear 0s;
}

.kj-navbar .navbar-nav li:hover a {
    background: none;
}

.kj-navbar .navbar-nav li:hover a:after {
    width: 30px;
}

.kj-navbar .navbar-nav li a:focus {
    background: none;
}

.kj-navbar .navbar-nav li.active>a {
    background: none;
}

.kj-navbar .navbar-nav li.active>a:after {
    width: 30px;
}

.kj-navbar .navbar-nav .li-kj-nav-procata>a>span {
    display: none
}

.kj-navbar .navbar-nav .li-kj-nav-procata ul {
    background   : #fff;
    top          : 100%;
    border       : 0;
    border-radius: 3px;
    padding      : 12px 0;
    box-shadow   : 0 0 5px rgba(0, 0, 0, 0.3);
}

.kj-navbar .navbar-nav .li-kj-nav-procata ul>li {
    margin    : 0 8px;
    padding   : 0 5px 0 8px;
    position  : relative;
    height    : 32px;
    transition: all 0.2s linear 0s;
}

.kj-navbar .navbar-nav .li-kj-nav-procata ul>li:first-child {
    border-top: 0;
}

.kj-navbar .navbar-nav .li-kj-nav-procata ul>li>a {
    text-decoration: none;
    display        : block;
    width          : 100%;
    color          : #333 !important;
    font-weight    : normal;
    height         : 32px;
    line-height    : 32px;
    font-size      : 14px;
    padding        : 0;
    margin         : 0;
}

.kj-navbar .navbar-nav .li-kj-nav-procata ul>li>a:after {
    display: none;
}

.kj-navbar .navbar-nav .li-kj-nav-procata ul>li>a>span {
    float      : right;
    line-height: 32px;
    font-size  : 20px;
    color      : #999;
}

.kj-navbar .navbar-nav .li-kj-nav-procata ul>li:hover>a {
    color: #ff9600 !important;
}

.kj-navbar .navbar-nav .li-kj-nav-procata ul>li:hover>a>span {
    color: #ff9600
}

.kj-navbar .navbar-nav .li-kj-nav-procata ul span.fa-angle-down:before {
    content: "\f105";
}

.kj-navbar .navbar-nav .li-kj-nav-procata>ul li:hover>ul {
    display: block;
}

.kj-navbar .navbar-nav .li-kj-nav-procata>ul ul {
    position: absolute;
    margin  : 0;
    left    : 100%;
    top     : 0;
    display : none;
    padding : 5px 15px;
}

.kj-navbar .navbar-nav .li-kj-nav-procata>ul ul li {
    height     : auto;
    position   : initial;
    border-left: 0;
}

.kj-navbar .navbar-nav .li-kj-nav-procata>ul ul li a:before {
    display: none;
}


/*footer*/
.footer_box {
    background: #148034;
    padding   : 50px 0;
    position  : relative;
}

.footer_box .footer_nav {
    display        : flex;
    justify-content: space-between;
}

.footer_box .footer_nav .title {
    font-size    : 22px;
    color        : #fff;
    font-weight  : bold;
    line-height  : 40px;
    margin-bottom: 28px;
}

.footer_box .footer_nav .contact_box {
    width: 310px;
}

.footer_box .footer_nav .contact_box span {
    display    : block;
    font-size  : 15px;
    color      : rgba(143, 189, 223, 0.8);
    line-height: 50px;
}

.footer_box .footer_nav .contact_box span a {
    color: rgba(143, 189, 223, 0.8)
}

.footer_box .footer_nav .contact_box span a:hover {
    text-decoration: underline;
}

.footer_box .footer_nav .tel_box {
    flex  : 1;
    margin: 0 160px 0 120px;
}

.footer_box .footer_nav .tel_box ul li {
    padding       : 15px 0;
    display       : block;
    width         : 100%;
    vertical-align: bottom;
}

.footer_box .footer_nav .tel_box ul li:first-child {
    padding-top: 0;
}

.footer_box .footer_nav .tel_box ul li .name {
    display    : block;
    font-size  : 15px;
    color      : rgba(143, 189, 223, 0.8);
    line-height: 28px;
}

.footer_box .footer_nav .tel_box ul li .info_box {
    font-size  : 14px;
    color      : rgba(143, 189, 223, 0.8);
    line-height: 28px;
}

.footer_box .footer_nav .tel_box ul li .info_box span {
    margin-left: 15px;
}

.footer_box .footer_nav .tel_box ul li .info_box span:first-child {
    margin-left: 0;
}

.footer_box .footer_nav .tel_box ul li .info_box a {
    color: rgba(143, 189, 223, 0.8)
}

.footer_box .footer_nav .tel_box ul li .info_box a:hover {
    text-decoration: underline;
}

.footer_box .footer_nav .code_box {
    width: 230px;
}

.footer_box .footer_nav .code_box .image_box {
    display        : flex;
    justify-content: space-between;
}

.footer_box .footer_nav .code_box .image_box span {
    display   : block;
    font-size : 14px;
    color     : rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-top: 18px;
}

.footer_copyright {
    background: #333;
    text-align: center;
    padding   : 12px 0;
}

.footer_copyright span {
    font-size  : 13px;
    color      : #fff;
    line-height: 26px;
    display    : block;
}

.footer_copyright span a {
    color: #fff;
}

.footer_copyright span a:hover {
    text-decoration: underline;
}

.float_contact {
    position       : absolute;
    top            : -36px;
    right          : 80px;
    width          : 160px;
    display        : inline-flex;
    justify-content: center;
    align-items    : center;
    height         : 36px;
    color          : #fff;
    font-size      : 14px;
    font-weight    : bold;
    background     : #ff9600;
    line-height    : 36px;
    cursor         : pointer;
    transition     : all 0.2s linear 0s;
}

.float_contact i {
    margin-right  : 5px;
    display       : inline-block;
    vertical-align: middle;
    font-size     : 19px;
    font-weight   : normal;
}

.float_contact:hover {
    background: #2279c8;
    color     : #fff;
}

.footer_box .footer_nav span {
    color: #fff;
}

.footer_box .footer_nav .contact_box span {
    color: #fff;
}

.footer_box .footer_nav .contact_box span a {
    color: #fff;
}

/*float*/
.float_box {
    position  : fixed;
    right     : 6px;
    top       : 50%;
    transform : translateY(-50%);
    transition: all 0.2s linear 0s;
    z-index   : 1000;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.float_box ul {
    display: inline-block;
    width  : 100%;
}

.float_box ul li {
    margin-bottom : -1px;
    position      : relative;
    display       : block;
    width         : 68px;
    height        : 68px;
    background    : #fff;
    text-align    : center;
    vertical-align: bottom;
    transition    : all 0.2s linear 0s;
    cursor        : pointer;
}

.float_box ul li:nth-child(7) {
    margin-top: 10px;
}

.float_box ul li i {
    font-size  : 24px;
    color      : #a1a1a1;
    display    : block;
    line-height: 30px;
    padding-top: 9px;
    transition : all 0.2s linear 0s;
}

.float_box ul li span {
    font-size  : 12px;
    color      : #666666;
    display    : block;
    line-height: 20px;
    transition : all 0.2s linear 0s;
}

.float_box ul li:hover {
    background  : #ff9600;
    border-color: #ff9600;
}

.float_box ul li:hover i {
    color: #fff;
}

.float_box ul li:hover span {
    color: #fff;
}

.float_box ul li .qq_box {
    position  : absolute;
    right     : 68px;
    top       : 0;
    display   : none;
    background: #ff9600;
    padding   : 10px;
}

.float_box ul li .qq_box a {
    font-size  : 14px;
    color      : #fff;
    display    : block;
    width      : 160px;
    line-height: 28px;
    transition : all 0.2s linear 0s;
}

.float_box ul li .qq_box a:hover {
    text-decoration: underline;
}

.float_box ul li .tel_box {
    display    : none;
    position   : absolute;
    right      : 68px;
    top        : 0;
    background : #ff9600;
    padding    : 10px 15px;
    font-size  : 14px;
    color      : #fff;
    line-height: 28px;
    width      : 220px;
    text-align : left;
}

.float_box ul li .code_box {
    padding   : 10px;
    background: #ff9600;
    position  : absolute;
    right     : 68px;
    top       : 0;
    display   : none;
}

.float_box ul li .code_box img {
    width: 100px;
}

.float_box ul li .code_box span {
    line-height: 18px;
    color      : #fff;
}

.float_box ul li#fqq:hover .qq_box {
    display: block;
}

.float_box ul li#ftel:hover .tel_box {
    display: block;
}

.float_box ul li#weixin:hover .code_box {
    display: block;
}

/*index*/
.index_banner {
    position: relative;
}

.index_banner #banner-swiper {
    position: relative;
    overflow: hidden;
    height  : 100vh;
}

.index_banner #banner-swiper .swiper-slide {
    display    : flex;
    align-items: center;
}

#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin       : 0 8px;
    background   : #808081;
    opacity      : 1;
    width        : 12px;
    height       : 12px;
    border-radius: 50%;
    transition   : all 0.2s linear 0s;
}

#banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #ff9600;
}

.index_about {
    background: #ecf3f9;
    display   : flex;
    height    : 328px;
}

.index_about .container {
    /* display        : flex;
    justify-content: flex-end; */
    position: relative
}


.index_about .container:before,
.index_about .container:after {
    display: none;
}

.index_about .right_box {
    padding        : 20px 55px;
    justify-content: center;
    position       : relative;
    z-index        : 2;
    display        : flex;
    justify-content: center;
    align-items    : center;
    flex-direction : column;
}

.lf7ko68v {
    width          : 1200px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    flex-direction : column;
}

.index_about .right_box span {
    display    : block;
    width      : 100%;
    font-size  : 15px;
    color      : #666666;
    line-height: 31px;
}

.index_about .right_box .more_btn {
    border-radius: 5px;
    display      : inline-flex;
    width        : 127px;
    height       : 37px;
    border       : 1px solid #36a858;
    ;
    font-size: 14px;
    color    : #36a858;
    ;
    justify-content: center;
    align-items    : center;
    margin-top     : 22px;
}

.index_about .right_box .more_btn i {
    margin-right: 8px;
}

.index_about .right_box .more_btn:hover {
    background: #36a858;
    color     : #fff;
}

.index_about .right_box .more_btn:active {
    position: relative;
    top     : 2px;
}

.index_title {
    text-align : center;
    padding-top: 26px;
}

.index_title .cn_name {
    font-weight            : bold;
    font-size              : 30px;
    line-height            : 58px;
    background-image       : -webkit-linear-gradient(bottom, #3aa950, #19762f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index_title .en_name {
    font-size: 15px;
    color    : #999999;
    position : relative;
    display  : inline-block;
}

.index_title .en_name:before {
    content   : "";
    width     : 95px;
    height    : 1px;
    background: #dcdcdc;
    position  : absolute;
    top       : 50%;
    transform : translateY(-50%);
    left      : -115px;
}

.index_title .en_name:after {
    content   : "";
    width     : 95px;
    height    : 1px;
    background: #dcdcdc;
    position  : absolute;
    top       : 50%;
    transform : translateY(-50%);
    right     : -115px;
}

/*product*/
.index_product {
    background     : url("../images/index_pro_bg.png") no-repeat center;
    background-size: cover;
    padding-bottom : 75px;
}

.index_product .index_title {
    margin-bottom: 40px;
}

.index_product ul {
    display: flex;
}

.index_product ul li {
    margin-bottom: 25px;
    margin-right : 15px;
    width        : calc((100% - 60px)/5);
    border-radius: 5px;
    overflow     : hidden;
    position     : relative;
    background   : #fff;
    height       : 358px;
    box-shadow   : 0 0 35px rgba(221, 221, 221, 0.4);
    transition   : all 0.2s linear 0s;
}

.index_product ul li:nth-child(5) {
    margin-right: 0
}

.index_product ul li .first_img_btn {
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.index_product ul li .first_img_btn img {
    max-width : 100%;
    max-height: 100%;
}

.index_product ul li .first_name_btn {
    width      : 100%;
    display    : block;
    position   : absolute;
    left       : 0;
    bottom     : 0;
    height     : 88px;
    background : #36a858;
    text-align : center;
    line-height: 88px;
    padding    : 0 15px;
    font-size  : 17px;
    color      : #fff;
    font-weight: bold;
}

.index_product ul li .first_name_btn:hover {
    background     : rgba(34, 121, 200, 1);
    text-decoration: underline;
}

.index_product ul li .img_btn {
    border-bottom  : 1px solid #dcdcdc;
    display        : flex;
    height         : 270px;
    justify-content: center;
    align-items    : center;
    padding        : 15px;
}

.index_product ul li .img_btn img {
    max-width : 100%;
    max-height: 100%;
}

.index_product ul li .info_box {
    height         : 88px;
    width          : 100%;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    padding        : 0 15px;
    align-items    : center;
}

.index_product ul li .info_box .name_btn {
    font-size    : 16px;
    color        : #36a858;
    line-height  : 28px;
    width        : 100%;
    height       : 28px;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    text-align   : center;
}

.index_product ul li .info_box .cas_btn {
    font-size: 12px;
    color    : #666666;
}

.index_product ul li:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.index_product ul li .info_box .name_btn:hover {
    text-decoration: underline;
}

/*brand*/
.index_brand {
    background    : url("../images/map_bg.png") no-repeat center;
    padding-bottom: 130px;
}

.index_brand_box {
    margin-top: 85px;
    position  : relative;
}

.index_brand_box .swiper-button-next,
.index_brand_box .swiper-button-prev {
    color        : #cccccc;
    transition   : all 0.2s linear 0s;
    width        : 40px;
    height       : 40px;
    background   : #ecf3f9;
    text-align   : center;
    line-height  : 40px;
    border-radius: 50%;
}

.index_brand_box .swiper-button-next:hover,
.index_brand_box .swiper-button-prev:hover {
    background: #2279c8;
    color     : #fff;
}

.index_brand_box .swiper-button-next:after,
.index_brand_box .swiper-button-prev:after {
    font-size  : 16px;
    font-weight: bold;
}

.index_brand_box .swiper-button-prev {
    left: -62px;
}

.index_brand_box .swiper-button-next {
    right: -62px;
}

.index_brand_box .img_btn {
    display        : flex;
    justify-content: center;
    align-items    : center;
    width          : 100%;
    height         : 120px;
}

.index_brand_box .img_btn img {
    max-width : 100%;
    max-height: 100%;
}

/*middle banner*/
.index_middle_banner {
    background     : url("../images/middle_banner.jpg") no-repeat center;
    width          : 100%;
    height         : 280px;
    background-size: cover;
    text-align     : center;
    display        : flex;
}

.index_middle_banner .container {
    display        : flex;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
}

.index_middle_banner .container:before,
.index_middle_banner .container:after {
    display: none;
}

.index_middle_banner h1 {
    font-size    : 26px;
    color        : #fff;
    font-weight  : bold;
    line-height  : 30px;
    margin-bottom: 25px;
}

.index_middle_banner h5 {
    font-size: 24px;
    color    : #fff;
}

/*推荐*/
.index_recommendation {
    background    : #ecf3f9;
    padding-bottom: 25px;
}

.index_recommendation_box {
    position  : relative;
    margin-top: 50px;
}

.index_recommendation_box .swiper-button-next,
.index_recommendation_box .swiper-button-prev {
    color        : #cccccc;
    transition   : all 0.2s linear 0s;
    width        : 40px;
    height       : 40px;
    background   : #fff;
    text-align   : center;
    line-height  : 40px;
    border-radius: 50%;
}

.index_recommendation_box .swiper-button-next:hover,
.index_recommendation_box .swiper-button-prev:hover {
    background: #2279c8;
    color     : #fff;
}

.index_recommendation_box .swiper-button-next:after,
.index_recommendation_box .swiper-button-prev:after {
    font-size  : 16px;
    font-weight: bold;
}

.index_recommendation_box .swiper-button-prev {
    left: -62px;
}

.index_recommendation_box .swiper-button-next {
    right: -62px;
}

.index_recommendation_box .product_item {
    background     : #fff;
    border-radius  : 5px;
    height         : 442px;
    overflow       : hidden;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
    box-shadow     : 0 0 35px rgba(221, 221, 221, 0.4);
    transition     : all 0.2s linear 0s;
}

.index_recommendation_box .product_item .img_btn {
    height         : 75px;
    display        : inline-flex;
    justify-content: center;
    align-items    : center;
}

.index_recommendation_box .product_item .img_btn img {
    max-height: 75px;
    max-width : 100%;
}

.index_recommendation_box .product_item .name_btn {
    font-size  : 22px;
    color      : #333333;
    line-height: 82px;
    width      : 100%;
    padding    : 0 10px;
    overflow   : hidden;
    text-align : center;
}

.index_recommendation_box .product_item .name_btn:hover {
    color: #36a858;
}

.index_recommendation_box .product_item span {
    display    : block;
    width      : 250px;
    margin     : 0 auto;
    font-size  : 15px;
    color      : #666666;
    line-height: 32px;
    text-align : center;
    height     : 96px;
    overflow   : hidden;
}

.index_recommendation_box .product_item .more_btn {
    font-size  : 14px;
    color      : #3aa950;
    margin-top : 62px;
    line-height: 24px;
}

.index_recommendation_box .product_item .more_btn i {
    margin-right: 5px;
}

.index_recommendation_box .product_item .more_btn:hover {
    color: #ff9600;
}



/*面包屑*/
.page_map {
    color         : #666666;
    line-height   : 26px;
    padding-top   : 12px;
    padding-bottom: 12px;
}

.page_map span {
    color    : #666666;
    font-size: 12px;
}

.page_map .breadcrumb {
    background: none;
    padding   : 0;
    margin    : 0;
    display   : inline-block;
    font-size : 12px;
}

.page_map .breadcrumb a {
    color: #666666;
}

.page_map .breadcrumb a:hover {
    text-decoration: underline;
}

.page_map .breadcrumb>li+li:before {
    color: #666666;
}

.page_map .breadcrumb .active {
    color: #000000;
}

/*分页*/
.kj-page {
    text-align: center;
    width     : 100%;
}

.kj-page .pagination {
    margin: 40px 0 20px 0;
}

.kj-page .pagination>li>a,
.kj-page .pagination>li>span {
    font-size    : 13px;
    margin       : 3px;
    padding      : 0;
    width        : 40px;
    height       : 28px;
    line-height  : 26px;
    border-radius: 5px;
    color        : #999;
}

.kj-page .pagination>li>a:hover,
.kj-page .pagination>li>span:hover {
    background  : #36a858;
    color       : #fff;
    border-color: #36a858;
}

.kj-page .pagination>li.active>a {
    background  : #36a858;
    color       : #fff;
    border-color: #36a858;
}

/*筛选*/
.filter_box {
    background: #fff;
    border    : 1px solid #e7e7e7;
    padding   : 0 15px;
}

.filter_box ul {
    display: block;
    width  : 100%;
}

.filter_box ul li {
    display   : flex;
    border-top: 1px dotted #dedede;
    padding   : 8px 0;
}

.filter_box ul li:first-child {
    border-top: 0;
}

.filter_box ul li label {
    width      : 50px;
    font-size  : 13px;
    font-weight: normal;
    color      : #999999;
    line-height: 24px;
}

.filter_box ul li .filter_btn {
    width    : calc(100% - 130px);
    display  : flex;
    flex-wrap: wrap;
    height   : 24px;
    overflow : hidden;
}

.filter_box ul li .filter_btn a {
    height      : 24px;
    line-height : 24px;
    font-size   : 13px;
    color       : #333333;
    margin-right: 22px;
}

.filter_box ul li .filter_btn a:hover {
    color: #0062c4;
}

.filter_box ul li .filter_btn a.active {
    color: #0062c4;
}

.filter_box ul li .viewmore {
    width          : 70px;
    justify-content: flex-end;
    color          : #333;
    line-height    : 24px;
    font-size      : 12px;
    display        : inline-flex;
    align-items    : center;
}

.filter_box ul li .viewmore i {
    font-size: 20px;
}

.filter_box ul li .viewmore:hover {
    color: #ff0000;
}

/*内页banner*/
.page_banner {
    width     : 100%;
    height    : 350px;
    position  : relative;
    background: #e2e2e2;
}

.page_banner .swiper-slide {
    height: 350px;
}

.page_banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin       : 0 8px;
    background   : #808081;
    opacity      : 1;
    width        : 12px;
    height       : 12px;
    border-radius: 50%;
    transition   : all 0.2s linear 0s;
}

.page_banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #ff9600;
}

.page_banner .page_text {
    position : absolute;
    bottom   : 50px;
    left     : 50%;
    transform: translateX(-50%);
    z-index  : 100;
}

.page_banner .page_text h1 {
    font-size    : 34px;
    color        : #36a858;
    font-weight  : bold;
    line-height  : 48px;
    margin-bottom: 5px;
}

.page_banner .page_text h6 {
    font-size: 18px;
    color    : #36a858;
}

/*产品分类*/
.product_container .index_recommendation_box {
    margin-top: 0;
    width     : 100%;
    display   : flex;
    flex-wrap : wrap;
}

.product_container .index_recommendation_box .product_item {
    margin-right : 18px;
    width        : calc((100% - 54px)/4);
    margin-bottom: 35px;
}

.product_container .index_recommendation_box .product_item:nth-child(4n) {
    margin-right: 0;
}

/*产品列表*/
.product_container {
    margin-top   : 20px;
    display      : flex;
    margin-bottom: 80px;
    flex-wrap    : wrap;
}

.product_container .product_left {
    width       : 240px;
    margin-right: 25px;
}

.product_container .product_left h1 {
    width       : 100%;
    height      : 55px;
    background  : #36a858;
    line-height : 55px;
    font-size   : 18px;
    color       : #fff;
    font-weight : bold;
    padding-left: 20px;
}

.product_container .product_left ul {
    border    : 1px solid #e5e5e5;
    border-top: 0;
    width     : 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product_container .product_left ul li {
    display: block;
}

.product_container .product_left ul li .father_btn {
    border-top     : 1px solid #e5e5e5;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    width          : 100%;
    padding        : 0 10px 0 20px;
    height         : 55px;
    line-height    : 55px;
}

.product_container .product_left ul li .father_btn a {
    flex     : 1;
    font-size: 15px;
    color    : #333333;
}

.product_container .product_left ul li .father_btn i {
    font-weight: normal;
    width      : 18px;
    height     : 18px;
    border     : 1px solid #e5e5e5;
    text-align : center;
    line-height: 16px;
    font-size  : 15px;
    color      : #999999;
    cursor     : pointer;
}

.product_container .product_left ul li .child_box {
    width     : 100%;
    overflow  : hidden;
    padding   : 12px 0;
    border-top: 1px solid #e5e5e5;
    display   : none;
}

.product_container .product_left ul li .child_box a {
    display     : block;
    width       : 100%;
    height      : 38px;
    line-height : 38px;
    font-size   : 14px;
    color       : #666666;
    padding-left: 20px;
}

.product_container .product_left ul li .child_box a i {
    color       : #666;
    font-size   : 14px;
    margin-right: 5px;
}

.product_container .product_left ul li .child_box .child_btn {
    color          : #333;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    padding        : 0 10px 0 20px;
}

.product_container .product_left ul li .child_box .child_btn i {
    font-weight : normal;
    margin-right: 0;
    width       : 18px;
    height      : 18px;
    border      : 1px solid #e5e5e5;
    text-align  : center;
    line-height : 14px;
    font-size   : 15px;
    color       : #999999;
}

.product_container .product_left ul li .grandson_box {
    padding-left: 10px;
    display     : none;
}

.product_container .product_left ul li a:hover {
    color: #36a858;
}

.product_container .product_left ul li a:hover i {
    color: #36a858;
}

.product_container .product_left ul li:hover .father_btn {
    background: #f4f5f7;
    color     : #36a858;
}

.product_container .product_left ul li:hover .father_btn a {
    color: #36a858;
}

.product_container .product_left ul li.active .father_btn {
    background: #f4f5f7;
}

.product_container .product_left ul li.active .father_btn a {
    color      : #36a858;
    font-weight: bold;
}

.product_container .product_left ul li .child_box a.active {
    color      : #36a858;
    font-weight: bold;
}

.product_container .product_left ul li .child_box a.active i {
    color: #36a858;
}

.product_container .product_left ul li .child_box .child_btn.active {
    color      : #36a858;
    font-weight: bold;
}

.product_container .product_right {
    width: calc(100%)
}

.product_container .product_right .product_filter {
    width          : 100%;
    border-radius  : 5px;
    border         : 1px solid #e6e7e8;
    display        : flex;
    justify-content: space-evenly;
    padding        : 12px 15px;
    align-items    : center;
    box-shadow     : 0 0 10px rgba(203, 228, 255, 0.4);
}

.product_container .product_right .product_filter a {
    width      : 30px;
    height     : 30px;
    text-align : center;
    line-height: 30px;
    border     : 1px solid #e6e7e8;
    font-size  : 14px;
    color      : #333333;
}

.product_container .product_right .product_filter a:hover {
    background  : #36a858;
    border-color: #36a858;
    color       : #fff;
}

.product_container .product_right .product_filter a.active {
    background  : #36a858;
    border-color: #36a858;
    color       : #fff;
}

.product_container .product_right .product_filter a:active {
    position: relative;
    top     : 2px;
}

.product_container .product_right .product_list_item {
    display   : flex;
    flex-wrap : wrap;
    margin-top: 15px;
}

.product_container .product_right .product_list_item .item_list {
    transition   : all 0.2s linear 0s;
    padding      : 0 10px;
    border       : 1px solid #e6e7e8;
    border-radius: 5px;
    margin-right : 15px;
    margin-bottom: 20px;
    width        : calc((100% - 45px)/4);
    position     : relative;
}

.lf7uz3fh {
    position  : absolute;
    right: -6px;
    top: -5px;
    width     : 78px;
    height    : 78px;
    background: url('../img/lf7uz3fh.png');
}

.product_container .product_right .product_list_item .item_list:nth-child(4n) {
    margin-right: 0;
}

.product_container .product_right .product_list_item .item_list .cusno_btn {
    border-bottom: 1px solid #e6e7e8;
    height       : 50px;
    line-height  : 50px;
    text-align   : center;
    display      : block;
    font-size    : 16px;
    color        : #36a858;
    font-weight  : bold;
}

.product_container .product_right .product_list_item .item_list .img_btn {
    display        : flex;
    justify-content: center;
    align-items    : center;
    height         : 180px;
    padding        : 10px 0;
}

.product_container .product_right .product_list_item .item_list .img_btn img {
    max-width : 100%;
    max-height: 100%;
}

.product_container .product_right .product_list_item .item_list .name_btn {
    display      : block;
    width        : 100%;
    height       : 30px;
    line-height  : 30px;
    margin-top   : 6px;
    font-size    : 15px;
    color        : #333333;
    font-weight  : bold;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    padding      : 0 10px;
}

.product_container .product_right .product_list_item .item_list .info_box {
    font-size  : 14px;
    color      : #666666;
    line-height: 20px;
    padding    : 5px 10px 12px 10px;
    font-family: Arial;
}

.product_container .product_right .product_list_item .item_list:hover {
    border-color: #999;
}

.product_container .product_right .product_list_item .item_list .cusno_btn:hover {
    color: #ff9600;
}

.product_container .product_right .product_list_item .item_list .name_btn:hover {
    color          : #36a858;
    text-decoration: underline;
}


/*产品详情*/
.pro_des_title {
    font-size    : 30px;
    font-weight  : bold;
    color        : #36a858;
    line-height  : 32px;
    margin-bottom: 16px;
}

.pro_des_info {
    display      : flex;
    margin-bottom: 32px;
}

.pro_des_info .pro_img_box {
    width       : 360px;
    margin-right: 35px;
}

.pro_des_info .pro_img_box .img_box {
    width          : 360px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    height         : 245px;
    padding-bottom : 15px;
    position: relative;
}

.pro_des_info .pro_img_box .img_box img {
    max-width : 100%;
    max-height: 100%;
}

.pro_des_info .pro_img_box .download_btn {
    width      : 100%;
    height     : 45px;
    background : #36a858;
    display    : flex;
    padding    : 8px 0;
    align-items: center;
}

.pro_des_info .pro_img_box .download_btn a {
    height         : 29px;
    flex           : 0 0 50%;
    justify-content: center;
    font-size      : 15px;
    color          : #fff;
    font-weight    : bold;
    display        : inline-flex;
    align-items    : center;
    font-family    : Arial;
}

.pro_des_info .pro_img_box .download_btn a:first-child {
    border-right: 1px solid #fff;
}

.pro_des_info .pro_img_box .download_btn a i {
    margin-right: 5px;
    font-size   : 28px;
    font-weight : normal;
}

.pro_des_info .pro_info {
    border-top: 1px solid #eeeeee;
    flex      : 1;
}

.pro_des_info .pro_info .base_info {
    display    : flex;
    padding    : 12px 20px;
    line-height: 24px;
}

.pro_des_info .pro_info .base_info:nth-child(2n) {
    background: #eeeeee;
}

.pro_des_info .pro_info .base_info label {
    width    : 115px;
    font-size: 14px;
    color    : #333333;
}

.pro_des_info .pro_info .base_info span {
    flex     : 1;
    font-size: 14px;
    color    : #333333;
    height   : 24px;
    overflow : hidden;
}

.pro_des_info .pro_info .base_info a {
    text-align: right;
    width     : 50px;
    color     : #36a858;
}

.product_container .product_right .kj-table {
    border       : 1px solid #dddddd;
    border-radius: 5px;
    box-shadow   : 0 0 10px rgba(227, 233, 240, 0.75);
}

.product_container .product_right .kj-table table {
    margin-bottom: 0;
}

.product_container .product_right .kj-table thead tr th {
    text-align    : center;
    border-bottom : 0;
    font-size     : 14px;
    padding-top   : 0;
    padding-bottom: 0;
    line-height   : 52px;
}

.product_container .product_right .kj-table tbody tr td {
    border-top    : 0;
    text-align    : center;
    font-size     : 14px;
    color         : #666666;
    vertical-align: middle;
}

.product_container .product_right .kj-table tbody tr:nth-child(odd) td {
    background: #f9f9f9;
}

.product_container .product_right .kj-table tbody tr td em {
    color: #e70012;
}

.product_container .product_right .kj-table tbody tr td a.car_btn {
    font-size  : 20px;
    color      : #e70012;
    font-weight: bold;
}

.product_container .product_right .kj-table .kj-pro-num-box {
    width          : 72px;
    height         : 28px;
    border-radius  : 3px;
    overflow       : hidden;
    margin         : 0 auto;
    border         : 1px solid #949494;
    vertical-align : middle;
    display        : inline-flex;
    align-items    : center;
    justify-content: space-between;
}

.product_container .product_right .kj-table .kj-pro-num-box button {
    width          : 20px;
    border         : 0;
    padding        : 0;
    height         : 28px;
    transition     : all 0.2s linear 0s;
    background     : #fff;
    font-size      : 14px;
    color          : #333;
    display        : inline-flex;
    justify-content: center;
    align-items    : center;
}

.product_container .product_right .kj-table .kj-pro-num-box input {
    width         : 32px;
    height        : 28px;
    line-height   : 18px;
    border        : 0;
    top           : 0;
    padding       : 0;
    vertical-align: top;
    display       : inline-block;
    text-align    : center;
    font-size     : 12px;
    color         : #333;
}


.pro_slide_box {
    margin-top: 25px;
    width     : 100%;
}

.pro_slide_box .nav {
    border-bottom: 2px solid #dddddd;
    display      : flex;
}

.pro_slide_box .nav li {
    flex       : 1;
    margin-left: 10px;
}

.pro_slide_box .nav li:first-child {
    margin-left: 0;
}

.pro_slide_box .nav li a {
    font-size    : 16px;
    color        : #333333;
    position     : relative;
    background   : #f8f8f9;
    border-radius: 0;
    margin-right : -1px;
    border       : 1px solid #ddd;
    padding      : 0;
    height       : 44px;
    line-height  : 44px;
    width        : 100%;
    text-align   : center;
}

.pro_slide_box .nav li.active a {
    color      : #36a858;
    font-weight: bold;
    background : #fff;
}

.pro_slide_box .nav li.active a:after {
    content   : '';
    width     : 100%;
    height    : 2px;
    background: #fff;
    position  : absolute;
    bottom    : -2px;
    left      : 0;
}

.pro_slide_box .nav li:hover a {
    color     : #0062c4;
    background: none;
}

.pro_slide_box .nav li a:focus {
    color     : #0062c4;
    background: none;
}

.pro_slide_box .tab-content {
    border    : 1px solid #ddd;
    border-top: 0;
}

.pro_slide_box .table-responsive {
    padding: 30px 30px 0 30px;
}

.pro_slide_box .table-responsive table tr th {
    border-right: 1px solid #d9d9d9;
    font-size   : 14px;
    color       : #333;
}

.pro_slide_box .table-responsive table tr:first-child th {
    border-top: 0;
}

.pro_slide_box .table-responsive table tr:first-child td {
    border-top: 0;
}

.pro_slide_box .table-responsive table tr td {
    padding-left: 50px;
    color       : #333333;
}

.pro_slide_box .activeBox {
    padding    : 30px;
    font-size  : 14px;
    color      : #333333;
    line-height: 24px;
}

.pro_slide_box .activeBox img {
    max-width: 100%;
}

/*产品详情-相关产品*/
.product_relevant {
    margin-top: 45px;
}

.product_relevant h1 {
    font-size    : 26px;
    color        : #36a858;
    line-height  : 28px;
    margin-bottom: 15px;
}

.product_relevant .swiper-button-next,
.product_relevant .swiper-button-prev {
    color     : #9a9a9a;
    transition: all 0.2s linear 0s;
}

.product_relevant .swiper-button-next:hover,
.product_relevant .swiper-button-prev:hover {
    color: #0062c4;
}

.product_relevant .swiper-button-next:after,
.product_relevant .swiper-button-prev:after {
    font-size  : 30px;
    font-weight: bold;
}

.product_relevant .swiper-button-prev {
    left: 0;
}

.product_relevant .swiper-button-next {
    right: 0;
}

.product_relevant .item_list {
    transition   : all 0.2s linear 0s;
    padding      : 0 10px;
    border       : 1px solid #e6e7e8;
    border-radius: 5px;
    width        : 100%;
}

.product_relevant .item_list:nth-child(4n) {
    margin-right: 0;
}

.product_relevant .item_list .cusno_btn {
    border-bottom: 1px solid #e6e7e8;
    height       : 50px;
    line-height  : 50px;
    text-align   : center;
    display      : block;
    font-size    : 16px;
    color        : #36a858;
    font-weight  : bold;
}

.product_relevant .item_list .img_btn {
    display        : flex;
    justify-content: center;
    align-items    : center;
    height         : 180px;
    padding        : 10px 0;
}

.product_relevant .item_list .img_btn img {
    max-width : 100%;
    max-height: 100%;
}

.product_relevant .item_list .name_btn {
    display      : block;
    width        : 100%;
    height       : 30px;
    line-height  : 30px;
    margin-top   : 6px;
    font-size    : 15px;
    color        : #333333;
    font-weight  : bold;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    padding      : 0 10px;
}

.product_relevant .item_list .info_box {
    font-size  : 14px;
    color      : #666666;
    line-height: 20px;
    padding    : 5px 10px 12px 10px;
    font-family: Arial;
}

.product_relevant .item_list:hover {
    border-color: #999;
}

.product_relevant .item_list .cusno_btn:hover {
    color: #ff9600;
}

.product_relevant .item_list .name_btn:hover {
    color          : #36a858;
    text-decoration: underline;
}

/*文章页*/
.page_active {
    margin-bottom: 80px;
    display      : flex;
    margin-top   : 20px;
    flex-wrap    : wrap;
}

.page_active .nav_left {
    width       : 240px;
    margin-right: 25px;
}

.page_active .nav_left h1 {
    width       : 100%;
    height      : 55px;
    background  : #36a858;
    line-height : 55px;
    font-size   : 18px;
    color       : #fff;
    font-weight : bold;
    padding-left: 20px;
}

.page_active .nav_left ul {
    border    : 1px solid #e5e5e5;
    border-top: 0;
    width     : 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.page_active .nav_left ul li {
    display: block;
}

.page_active .nav_left ul li a {
    border-top     : 1px solid #e5e5e5;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    width          : 100%;
    padding        : 0 10px 0 20px;
    height         : 55px;
    line-height    : 55px;
    font-size      : 15px;
    color          : #333333;
}

.page_active .nav_left ul li a i {
    font-weight: normal;
    width      : 18px;
    height     : 18px;
    border     : 1px solid #e5e5e5;
    text-align : center;
    line-height: 16px;
    font-size  : 15px;
    color      : #999999;
}

.page_active .nav_left ul li a:hover {
    background: #f4f5f7;
    color     : #36a858;
}

.page_active .nav_left ul li a.active {
    background : #f4f5f7;
    color      : #36a858;
    font-weight: bold;
}

.page_active .nav_left ul li .child_box a {
    justify-content: flex-start;
}

.page_active .nav_left ul li .child_box a i {
    border      : 0;
    margin-right: 5px;
    line-height : 18px;
}

.page_active .active_right {
    width: calc(100% - 265px);
}

.page_active h2 {
    border-bottom : 1px solid #eaeaea;
    color         : #333;
    line-height   : 24px;
    padding-bottom: 18px;
    padding-top   : 18px;
    text-align    : center;
    font-size     : 17px;
    font-weight   : bold;
}

.page_active .active_box {
    font-size  : 14px;
    line-height: 28px;
    color      : #333;
}

.page_active .active_box img {
    max-width: 100%;
}

/*新闻列表*/
.news_right {
    width: calc(100% - 265px);
}

.kj_news_list {
    display: block;
    width  : 100%;
}

.kj_news_list li {
    border-bottom : 1px solid #ddd;
    padding-top   : 10px;
    padding-bottom: 10px;
}

.kj_news_list li span {
    float    : right;
    color    : #36a858;
    font-size: 14px;
}

.kj_news_list li a {
    color        : #36a858;
    display      : inline-block;
    width        : 75%;
    height       : 20px;
    line-height  : 20px;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
}

.kj_news_list li a i {
    margin-right: 8px;
}

.kj_news_list li a:hover {
    color: #ff9600;
}

.kj_news_active .kj-main-articleinfo-title {
    font-size    : 30px;
    color        : #333;
    margin-bottom: 12px;
    line-height  : 36px;
}

.kj_news_active .kj-article-time {
    color: #999;
}

.kj_news_active .kj-article-content {
    color         : #333;
    padding-bottom: 50px;
    margin-bottom : 20px;
    border-bottom : 1px solid rgb(242, 242, 242);
    line-height   : 30px;
    margin-top    : 20px;
}

.kj_news_active .kj-article-content img {
    max-width     : 100%;
    vertical-align: bottom;
}

.kj_news_active .kj-article-bottom span {
    display    : block;
    line-height: 32px;
}

.kj_news_active .kj-article-bottom a {
    color: #333;
}

.kj_news_active .kj-article-bottom a:hover {
    color          : #255288;
    text-decoration: underline;
}

.kj_news_active .kj_news_product {
    margin     : 0 auto;
    display    : block;
    height     : 42px;
    line-height: 42px;
    padding    : 0 15px;
    background : #255288;
    font-size  : 14px;
    color      : #fff;
    width      : 130px;
    text-align : center;
}

.kj_news_active .kj_news_product:hover {
    background: #a60e07
}

.kj_news_active .kj_news_product:active {
    position: relative;
    top     : 2px;
}

.job_box {
    display: flex;
    margin : 20px 0 80px 0;
}

.kj-job-cata-item {
    margin-right: 30px;
    overflow    : hidden;
    width       : calc((100% - 30px)/2);
}

.kj-job-cata-item:nth-child(2) {
    margin-right: 0;
}

.kj-job-cata-item .img_btn {
    width   : 100%;
    height  : 300px;
    overflow: hidden;
}

.kj-job-cata-item span {
    display            : block;
    height             : 300px;
    transition         : all 0.5s ease 0s;
    background-size    : cover;
    opacity            : .8;
    background-position: center center;
}

.kj-job-cata-item .kj-job-cata-item-href {
    transition      : all 0.5s ease 0s;
    background-color: #f8f8f8;
    padding         : 20px 30px;
    font-size       : 18px;
    display         : block;
    text-align      : center;
}

.kj-job-cata-item:hover .kj-job-cata-item-href {
    background: #36a858;
    color     : #ffffff;
}

.kj-job-cata-item:hover span {
    opacity  : 1;
    transform: scale(1.05);
}

.job_right {
    width: calc(100% - 265px);
}

.job_right .table tr th {
    background   : #36a858;
    color        : #fff;
    border-top   : 0;
    border-bottom: 0;
    text-align   : center;
}

.job_right .table tr td {
    border    : 0;
    text-align: center;
    transition: all 0.2s linear 0s;
}

.job_right .table tr:nth-child(2n) td {
    background: #f1f1f1;
}

.job_right .table tr td a {
    color      : #36a858;
    font-weight: bold;
}

.job_right .table tr td a:hover {
    color: #ff9600;
}

.job_right .table tr:hover td {
    background: #f1f1f1;
}



/*在线留言*/
.online_box {
    width   : 100%;
    position: relative;
    padding : 40px 0 90px 0;
}

.online_box .left_bg {
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 50%;
    height    : 100%;
    background: #f3f8ff;
    z-index   : -1;
}

.online_box .container {
    display: flex;
}

.online_box .container:before,
.online_box .container:after {
    display: none;
}

.online_box .online_left {
    padding-right: 60px;
    width        : 50%;
}

.online_box .online_left h1 {
    font-size    : 24px;
    color        : #333333;
    font-weight  : bold;
    border-left  : 5px solid #36a858;
    line-height  : 24px;
    padding-left : 15px;
    margin-bottom: 20px;
}

.online_box .online_left .text_box {
    font-size    : 15px;
    color        : #333333;
    line-height  : 32px;
    padding-left : 15px;
    margin-bottom: 35px;
}

.online_box .online_left .text_box a {
    color: #333;
}

.online_box .online_left .text_box a:hover {
    text-decoration: underline;
}

.online_box .online_left ul {
    margin-bottom: 40px;
}

.online_box .online_left ul li {
    border-bottom : 1px dashed #d2e0f3;
    padding       : 15px;
    display       : block;
    width         : 100%;
    vertical-align: bottom;
}

.online_box .online_left ul li .name {
    display    : block;
    font-size  : 15px;
    color      : #333333;
    line-height: 28px;
}

.online_box .online_left ul li .info_box {
    font-size  : 14px;
    color      : #333333;
    line-height: 28px;
}

.online_box .online_left ul li .info_box span {
    margin-left: 15px;
}

.online_box .online_left ul li .info_box span:first-child {
    margin-left: 0;
}

.online_box .online_left ul li .info_box a {
    color: #333333
}

.online_box .online_left ul li .info_box a:hover {
    text-decoration: underline;
}

.online_box .online_left .map_box {
    width        : 100%;
    border-radius: 5px;
    background   : #fff;
    overflow     : hidden;
}

.online_box .online_left .map_box img {
    max-width: 100%;
}

.online_box .online_right {
    width       : 50%;
    padding-left: 110px;
}

.online_box .online_right .formcolumn-item {
    width        : 100%;
    margin-bottom: 12px;
}

.online_box .online_right .formcolumn-item .formcolumn-item-tit {
    font-size    : 15px;
    color        : #333333;
    line-height  : 26px;
    font-weight  : normal;
    margin-bottom: 3px;
}

.online_box .online_right .formcolumn-item .formcom-ipt {
    width        : 100%;
    border-radius: 5px;
    height       : 38px;
    line-height  : 36px;
    padding      : 0 15px;
    border       : 1px solid #d2d2d2;
    font-size    : 14px;
    color        : #333;
    transition   : all 0.2s linear 0s;
}

.online_box .online_right .formcolumn-item .formcom-area {
    width        : 100%;
    border-radius: 5px;
    height       : 310px;
    line-height  : 36px;
    padding      : 5px 15px;
    border       : 1px solid #d2d2d2;
    font-size    : 14px;
    color        : #333;
    resize       : none;
}

.online_box .online_right .formcolumn-item .formcom-ipt:focus {
    box-shadow: 0 0 10px rgba(232, 246, 255, 0.95);
}

.online_box .online_right .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct {
    display    : flex;
    align-items: center;
}

.online_box .online_right .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct input {
    order        : 1;
    width        : 222px;
    border-radius: 5px;
    height       : 38px;
    line-height  : 36px;
    padding      : 0 15px;
    border       : 1px solid #d2d2d2;
    font-size    : 14px;
    color        : #333;
    transition   : all 0.2s linear 0s;
}

.online_box .online_right .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct .form-vcodebox {
    order : 2;
    margin: 0 15px;
}

.online_box .online_right .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct .form-vcodebox img {
    height: 38px;
}

.online_box .online_right .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct .formcolumn-item-tips {
    order: 3;
}

.online_box .online_right .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct .required {
    order: 4;
}

.online_box .online_right .modal-footer {
    border-top: 0;
    text-align: left;
    padding   : 0;
    margin-top: 40px;
}

.online_box .online_right .modal-footer input {
    width        : 165px;
    height       : 42px;
    border-radius: 5px;
    background   : #36a858;
    font-size    : 16px;
    color        : #fff;
    transition   : all 0.2s linear 0s;
}

.online_box .online_right .modal-footer input:hover {
    background: #ff9600;
}

/*定制合成*/
.technology_form {
    width        : 520px;
    margin       : 25px auto;
    border       : 1px solid #eee;
    padding      : 15px 30px 50px 15px;
    border-radius: 5px;
}

.technology_form .formcolumn-item {
    width        : 100%;
    margin-bottom: 12px;
    position     : relative;
}

.technology_form .formcolumn-item .formcolumn-item-tit {
    font-size    : 15px;
    color        : #333333;
    line-height  : 26px;
    font-weight  : normal;
    margin-bottom: 3px;
    padding-left : 10px;
}

.technology_form .formcolumn-item .formcolumn-item-ct .required {
    position   : absolute;
    top        : 0;
    left       : 0;
    line-height: 32px;
}

.technology_form .formcolumn-item .formcom-ipt {
    width        : 100%;
    border-radius: 5px;
    height       : 38px;
    line-height  : 36px;
    padding      : 0 15px;
    border       : 1px solid #d2d2d2;
    font-size    : 14px;
    color        : #333;
    transition   : all 0.2s linear 0s;
}

.technology_form .formcolumn-item .formcom-area {
    width        : 100%;
    border-radius: 5px;
    height       : 110px;
    line-height  : 36px;
    padding      : 5px 15px;
    border       : 1px solid #d2d2d2;
    font-size    : 14px;
    color        : #333;
    resize       : none;
}

.technology_form .formcolumn-item .formcom-ipt:focus {
    box-shadow: 0 0 10px rgba(232, 246, 255, 0.95);
}

.technology_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct {
    display    : flex;
    align-items: center;
}

.technology_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct input {
    order        : 1;
    width        : 150px;
    border-radius: 5px;
    height       : 38px;
    line-height  : 36px;
    padding      : 0 15px;
    border       : 1px solid #d2d2d2;
    font-size    : 14px;
    color        : #333;
    transition   : all 0.2s linear 0s;
}

.technology_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct .form-vcodebox {
    order : 2;
    margin: 0 15px;
}

.technology_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct .form-vcodebox img {
    height: 38px;
}

.technology_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct .formcolumn-item-tips {
    order: 3;
}

.technology_form .formcolumn-item.formcolumn-item-yzm .formcolumn-item-ct .required {
    order: 4;
}

.technology_form .modal-footer {
    border-top: 0;
    text-align: center;
    padding   : 0;
    margin-top: 40px;
}

.technology_form .modal-footer input {
    width        : 165px;
    height       : 42px;
    border-radius: 5px;
    background   : #36a858;
    font-size    : 16px;
    color        : #fff;
    transition   : all 0.2s linear 0s;
}

.technology_form .modal-footer input:hover {
    background: #ff9600;
}

.search_result_title {
    font-size    : 24px;
    color        : #36a858;
    font-weight  : bold;
    margin-bottom: 25px;
}

.search_product {
    margin-bottom: 80px;
}

.search_product .product_list_item {
    display   : flex;
    flex-wrap : wrap;
    margin-top: 15px;
}

.search_product .item_list {
    transition   : all 0.2s linear 0s;
    padding      : 0 10px;
    border       : 1px solid #e6e7e8;
    border-radius: 5px;
    margin-right : 15px;
    margin-bottom: 20px;
    width        : calc((100% - 60px)/5);
}

.search_product .item_list:nth-child(5n) {
    margin-right: 0;
}

.search_product .item_list .cusno_btn {
    border-bottom: 1px solid #e6e7e8;
    height       : 50px;
    line-height  : 50px;
    text-align   : center;
    display      : block;
    font-size    : 16px;
    color        : #36a858;
    font-weight  : bold;
}

.search_product .item_list .img_btn {
    display        : flex;
    justify-content: center;
    align-items    : center;
    height         : 180px;
    padding        : 10px 0;
}

.search_product .item_list .img_btn img {
    max-width : 100%;
    max-height: 100%;
}

.search_product .item_list .name_btn {
    display      : block;
    width        : 100%;
    height       : 30px;
    line-height  : 30px;
    margin-top   : 6px;
    font-size    : 15px;
    color        : #333333;
    font-weight  : bold;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    padding      : 0 10px;
}

.search_product .item_list .info_box {
    font-size  : 14px;
    color      : #666666;
    line-height: 20px;
    padding    : 5px 10px 12px 10px;
    font-family: Arial;
}

.search_product .item_list:hover {
    border-color: #999;
}

.search_product .item_list .cusno_btn:hover {
    color: #ff9600;
}

.search_product .item_list .name_btn:hover {
    color          : #36a858;
    text-decoration: underline;
}

.kj-page {
    text-align: center;
    width     : 100%;
}

.kj-page .pagination {
    margin: 40px 0 20px 0;
}

.page-num {
    display      : inline-block;
    font-size    : 13px;
    margin       : 3px;
    padding      : 0;
    width        : 40px;
    height       : 28px;
    line-height  : 26px;
    border-radius: 5px;
    color        : #999;
}

.page-num a:hover {
    background  : #36a858;
    color       : #fff;
    border-color: #36a858;
}

.page-num-current {
    background  : #36a858;
    color       : #fff;
    border-color: #36a858;
}
.lf99q7ov {
    text-align: center;
}
.lf9a69av {
    margin-top: 40px;
    color: #ccc;
}